Sha256: 5551700e2773a510246d20a149026850413e47b47df7b73684a28447d9b65be2

Contents?: true

Size: 469 Bytes

Versions: 11

Compression:

Stored size: 469 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
  include Trails::Twilio::CallHandling
  protect_from_forgery # See ActionController::RequestForgeryProtection for details

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

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
trails-1.1.6 test/example/app/controllers/application_controller.rb
groupme-trails-1.1.5.1 test/example/app/controllers/application_controller.rb
trails-1.1.5 test/example/app/controllers/application_controller.rb
trails-1.1.4 test/example/app/controllers/application_controller.rb
trails-1.1.3 test/example/app/controllers/application_controller.rb
trails-1.1.2 test/example/app/controllers/application_controller.rb
trails-1.1.1 test/example/app/controllers/application_controller.rb
trails-1.1.0 test/example/app/controllers/application_controller.rb
trails-1.0.5 test/example/app/controllers/application_controller.rb
trails-1.0.4 test/example/app/controllers/application_controller.rb
trails-1.0.3 test/example/app/controllers/application_controller.rb