Skip to content

Commit

Permalink
Renaming user sessions controller
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto Perdomo committed Oct 16, 2010
1 parent 6d51311 commit e789ad1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion omniauth.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
gem 'omniauth'
gem "fakeweb", :group => :cucumber
run 'bundle install'

create_file 'config/initializers/omniauth.rb', <<-FILE
Expand All @@ -17,7 +18,7 @@

get "http://github.com/aentos/rails3-templates/raw/master/omniauth/user.rb", "app/models/user.rb"
get "http://github.com/aentos/rails3-templates/raw/master/omniauth/authorization.rb", 'app/models/authorization.rb'
get "http://github.com/aentos/rails3-templates/raw/master/omniauth/user_sessions_controller.rb", "app/controllers/application_controller.rb"
get "http://github.com/aentos/rails3-templates/raw/master/omniauth/sessions_controller.rb", "app/controllers/sessions_controller.rb"
get "http://github.com/aentos/rails3-templates/raw/master/omniauth/application_controller.rb", "app/controllers/application_controller.rb"

git :add => '.'
Expand Down
File renamed without changes.

0 comments on commit e789ad1

Please sign in to comment.