Sha256: 16d460cc5be7349776edc678f2b5f938d743b2133dfaa44c87f937e015dc84eb

Contents?: true

Size: 429 Bytes

Versions: 6

Compression:

Stored size: 429 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
  protect_from_forgery # See ActionController::RequestForgeryProtection for details

  # Scrub sensitive parameters from your log
  # filter_parameter_logging :password
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
bullhorn-0.1.0 examples/foobar/app/controllers/application_controller.rb
bullhorn-0.0.6 examples/foobar/app/controllers/application_controller.rb
bullhorn-0.0.4 examples/foobar/app/controllers/application_controller.rb
bullhorn-0.0.3 examples/foobar/app/controllers/application_controller.rb
bullhorn-0.0.2 examples/foobar/app/controllers/application_controller.rb
bullhorn-0.0.1 examples/foobar/app/controllers/application_controller.rb