Sha256: 54655ac040d807f3d52714892638ab35fa89923459bbc0d4f79daeaa5e434131
Contents?: true
Size: 331 Bytes
Versions: 16
Compression:
Stored size: 331 Bytes
Contents
module ApplicationHelper # apps will define their own implementation of this, to facilitate tests running just allow anyone def user_signed_in? true end # apps will define their own implementation of this, to facilitate tests running just allow anyone def destroy_user_session_path "/sessions/destroy" end end
Version data entries
16 entries across 16 versions & 1 rubygems