Sha256: 85f238070a24f7960d819e0cfe742694343304430b9fcc458949f7af5e64d118

Contents?: true

Size: 193 Bytes

Versions: 6

Compression:

Stored size: 193 Bytes

Contents

class ApplicationController < ActionController::Base
  helper :all # include all helpers, all the time
  protect_from_forgery # See ActionController::RequestForgeryProtection for details
  
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
blacklight_advanced_search-1.0.0 app/controllers/application_controller.rb
blacklight_advanced_search-1.0.0pre5 app/controllers/application_controller.rb
blacklight_advanced_search-1.0.0pre4 app/controllers/application_controller.rb
blacklight_advanced_search-1.0.0pre3 app/controllers/application_controller.rb
blacklight_advanced_search-1.0.0pre2 app/controllers/application_controller.rb
blacklight_advanced_search-1.0.0pre1 app/controllers/application_controller.rb