Sha256: 2f37d133b48e07374386369ae68affd9026e2c9906ba687a1d13ec6aa621c1af
Contents?: true
Size: 307 Bytes
Versions: 3
Compression:
Stored size: 307 Bytes
Contents
module Jabe class SessionsController < ::Devise::SessionsController layout 'jabe/application' include BodyClassHelper protected def after_sign_in_path_for(resource) admin_entries_path end def after_sign_out_path_for(resource) root_path end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jabe-0.9.1 | app/controllers/jabe/sessions_controller.rb |
jabe-0.9.0 | app/controllers/jabe/sessions_controller.rb |
jabe-0.8.0 | app/controllers/jabe/sessions_controller.rb |