Sha256: 722adba3d802326f85ffd026a724241ccc871734602058df11782a6898373edb

Contents?: true

Size: 246 Bytes

Versions: 27

Compression:

Stored size: 246 Bytes

Contents

if Rails::VERSION::MAJOR == 2
  ActionController::Routing::Routes.draw do |map|
    map.resources :posts, :only => :create
  end
elsif Rails::VERSION::MAJOR == 3
  Rails.application.routes.draw do
    resources :posts, :only => :create
  end
end

Version data entries

27 entries across 27 versions & 7 rubygems

Version Path
sunspot_rails-2.0.0 spec/rails_template/config/routes.rb
sunspot_rails-2.0.0.pre.130115 spec/rails_template/config/routes.rb
substantial-sunspot_rails-2.0.0.pre.111215 spec/rails_template/config/routes.rb
gojee-sunspot-rails-2.0.5 spec/rails_template/config/routes.rb
sunspot_rails-2.0.0.pre.120925 spec/rails_template/config/routes.rb
sunspot_solr-2.0.0.pre.120924 sunspot_rails/spec/rails_template/config/routes.rb
sunspot_rails-2.0.0.pre.120924 sunspot_rails/spec/rails_template/config/routes.rb
sunspot-2.0.0.pre.120924 sunspot_rails/spec/rails_template/config/routes.rb
gojee-sunspot-rails-2.0.4 spec/rails_template/config/routes.rb
gojee-sunspot-rails-2.0.2 spec/rails_template/config/routes.rb
sunspot_rails-2.0.0.pre.120720 spec/rails_template/config/routes.rb
sunspot_rails-1.3.3 spec/rails_template/config/routes.rb
sunspot_rails-1.3.2 spec/rails_template/config/routes.rb
sunspot_rails-2.0.0.pre.120417 spec/rails_template/config/routes.rb
sunspot_rails-2.0.0.pre.120415 spec/rails_template/config/routes.rb
sunspot_rails-1.3.1 spec/rails_template/config/routes.rb
erichummel-sunspot_rails-2.0.0.pre.111215d spec/rails_template/config/routes.rb
erichummel-sunspot_rails-2.0.0.pre.111215c spec/rails_template/config/routes.rb
erichummel-sunspot_rails-2.0.0.pre.111215b spec/rails_template/config/routes.rb
erichummel-sunspot_rails-2.0.0.pre.111215a spec/rails_template/config/routes.rb