Sha256: 8c70fc5f2174bbbae2c4e795b39816de0e5b8d8087c95cb4cb0673e58e065d40

Contents?: true

Size: 720 Bytes

Versions: 47

Compression:

Stored size: 720 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 => 'a74714b35b202f269f7a297709d555ce'
  
  # See ActionController::Base for details 
  # Uncomment this to filter the contents of submitted sensitive data parameters
  # from your application log (in this case, all fields with names like "password"). 
  # filter_parameter_logging :password
end

Version data entries

47 entries across 47 versions & 13 rubygems

Version Path
basiszwo-email_spec-0.1.3 examples/rails_root/app/controllers/application.rb
bmabey-email_spec-0.0.10 examples/rails_root/app/controllers/application.rb
bmabey-email_spec-0.0.5 spec/rails_root/app/controllers/application.rb
bmabey-email_spec-0.0.6 spec/rails_root/app/controllers/application.rb
bmabey-email_spec-0.0.7 examples/rails_root/app/controllers/application.rb
bmabey-email_spec-0.0.9 examples/rails_root/app/controllers/application.rb
bmabey-email_spec-0.1.0 examples/rails_root/app/controllers/application.rb
bmabey-email_spec-0.1.1 examples/rails_root/app/controllers/application.rb
bmabey-email_spec-0.1.2 examples/rails_root/app/controllers/application.rb
bmabey-email_spec-0.1.3 examples/rails_root/app/controllers/application.rb
bmabey-email_spec-0.1.4 examples/rails_root/app/controllers/application.rb
bmabey-email_spec-0.2.0 examples/rails_root/app/controllers/application.rb
bmabey-email_spec-0.2.1 examples/rails_root/app/controllers/application.rb
bmabey-email_spec-0.3.0 examples/rails_root/app/controllers/application.rb
bmabey-email_spec-0.3.1 examples/rails_root/app/controllers/application_controller.rb
bmabey-email_spec-0.3.2 examples/rails_root/app/controllers/application_controller.rb
bmabey-email_spec-0.3.3 examples/rails_root/app/controllers/application_controller.rb
bmabey-email_spec-0.3.4 examples/rails_root/app/controllers/application_controller.rb
craigw-email_spec-0.1.4 examples/rails_root/app/controllers/application.rb
hectoregm-email_spec-0.1.2 examples/rails_root/app/controllers/application.rb