Sha256: 05edaa3bacbca22e8399c7f6e284307228d7123754d38c4752f46c8939eaa9d7

Contents?: true

Size: 309 Bytes

Versions: 39

Compression:

Stored size: 309 Bytes

Contents

ActionController::Routing::Routes.draw do |map|
  map.login '/login', :controller => 'sessions', :action => 'new'
  map.logout '/logout', :controller => 'sessions', :action => 'destroy'
  map.resource :session
  map.oauth_callback '/oauth_callback', :controller => 'sessions', :action => 'oauth_callback'
end

Version data entries

39 entries across 39 versions & 7 rubygems

Version Path
twitter-auth-with-mongo-mapper-0.1.1 config/routes.rb
twitter-auth-with-mongo-mapper-0.1.0 config/routes.rb
twitter-auth-with-mongo-mapper-0.0.9 config/routes.rb
stocktwits-1.0.0 config/routes.rb
twitter-auth-0.1.22 config/routes.rb
twitter-auth-0.1.10 config/routes.rb
twitter-auth-0.1.11 config/routes.rb
twitter-auth-0.1.12 config/routes.rb
twitter-auth-0.1.13 config/routes.rb
twitter-auth-0.1.15 config/routes.rb
twitter-auth-0.1.16 config/routes.rb
twitter-auth-0.1.14 config/routes.rb
twitter-auth-0.1.17 config/routes.rb
twitter-auth-0.1.5 config/routes.rb
twitter-auth-0.1.20 config/routes.rb
twitter-auth-0.1.21 config/routes.rb
twitter-auth-0.1.8 config/routes.rb
twitter-auth-0.1.7 config/routes.rb
twitter-auth-0.1.9 config/routes.rb