# File app/controllers/devise_auth/sessions_controller.rb, line 9
9: def create
10: resource = warden.authenticate!(:scope => resource_name, :recall => "#{controller_path}#new")
11: set_flash_message(:notice, :signed_in) if is_navigational_format?
12: sign_in(resource_name, resource)
13: redirect_to "/#!/home", :partial => "devise/registrations/new"
14: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.