Sha256: b0f8c879e449b77e36a86b9095190166a47c558447b6e81ea0b2f8b1e973f5ad

Contents?: true

Size: 467 Bytes

Versions: 12

Compression:

Stored size: 467 Bytes

Contents

# Filters added to this controller apply to all controllers in the application.
# Likewise, all the methods added will be available for all controllers.

class ApplicationController < ActionController::Base
  helper :all # include all helpers, all the time

  # See ActionController::RequestForgeryProtection for details
  # Uncomment the :secret if you're not using the cookie session store
  protect_from_forgery # :secret => 'da69588ceb6298fcc3dd908cd8ca94f7'
end

Version data entries

12 entries across 12 versions & 4 rubygems

Version Path
tvdeyen-fleximage-1.0.9 test/rails_root/app/controllers/application.rb
tvdeyen-fleximage-1.0.8 test/rails_root/app/controllers/application.rb
tvdeyen-fleximage-1.0.7 test/rails_root/app/controllers/application.rb
robinboening-fleximage-1.0.6 test/rails_root/app/controllers/application.rb
robinboening-fleximage-1.0.4 test/rails_root/app/controllers/application.rb
tvdeyen-fleximage-1.0.5 test/rails_root/app/controllers/application.rb
fleximage-1.0.4 test/rails_root/app/controllers/application.rb
dougmcbride-fleximage-1.0.3 test/rails_root/app/controllers/application.rb
fleximage-1.0.3 test/rails_root/app/controllers/application.rb
fleximage-1.0.2 test/rails_root/app/controllers/application.rb
fleximage-1.0.1 test/rails_root/app/controllers/application.rb
fleximage-1.0.0 test/rails_root/app/controllers/application.rb