Skip to content

Commit

Permalink
configured devise default sign in path, configured dj admin
Browse files Browse the repository at this point in the history
  • Loading branch information
yortz committed Apr 25, 2011
1 parent a654ce3 commit 819570e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions app/controllers/application_controller.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
class ApplicationController < ActionController::Base
protect_from_forgery
# def after_sign_in_path_for(resource_or_scope)
# if resource_or_scope.is_a?(current_user)
# current_user_pictures_url(current_user)
# else
# super
# end
# end

def delayed_job_admin_authentication
# authentication_logic_goes_here
end
end

0 comments on commit 819570e

Please sign in to comment.