Sha256: 5d787b8a2ce5dba4c28c5f63f2279c96db214c2da328a6e0f8255e331d25928d

Contents?: true

Size: 449 Bytes

Versions: 6

Compression:

Stored size: 449 Bytes

Contents

# encoding: utf-8

# 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
rango-0.2.3 benchmarks/stubs/rails/app/controllers/application_controller.rb
rango-0.2.1 benchmarks/stubs/rails/app/controllers/application_controller.rb
rango-0.2.1.pre benchmarks/stubs/rails/app/controllers/application_controller.rb
rango-0.0.6 benchmarks/stubs/rails/app/controllers/application_controller.rb
rango-0.1.pre benchmarks/stubs/rails/app/controllers/application_controller.rb
rango-0.0.4 benchmarks/stubs/rails/app/controllers/application_controller.rb