Sha256: f3527f816ae36b95c3e261c863f41735248f7c9112831c9f8c8df4af849b4f74

Contents?: true

Size: 184 Bytes

Versions: 2

Compression:

Stored size: 184 Bytes

Contents

module SprocketsApplication
  mattr_accessor :use_page_caching
  self.use_page_caching = true

  def self.routes(map)
    map.resources(:sprockets, :only => [:index, :show])
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sprockets-rails-0.0.1 lib/sprockets_application.rb
sprockets-rails-0.0.0 lib/sprockets_application.rb