Sha256: f0abae4f98857f0ba4864c9af2618ed3d375410ff69d3478449809f94b59e93b

Contents?: true

Size: 471 Bytes

Versions: 4

Compression:

Stored size: 471 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 => '491bb7f9ad07a91046fcc3756839524b'
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
interlock-1.4 test/integration/app/app/controllers/application.rb
interlock-1.1 test/integration/app/app/controllers/application.rb
interlock-1.2 test/integration/app/app/controllers/application.rb
interlock-1.3 test/integration/app/app/controllers/application.rb