Sha256: d90e6a7891f8dcfab3e8c2d616b2eb8d41208aaf5afc600afd59416fdb3b65ef
Contents?: true
Size: 225 Bytes
Versions: 4
Compression:
Stored size: 225 Bytes
Contents
# Sign in and sign out. # origin: RM class SessionsController < Clearance::SessionsController public_controller private def url_after_create root_path end def flash_success_after_create nil end end
Version data entries
4 entries across 4 versions & 1 rubygems