Sha256: 358e5f05600d49176a6b49208fb86bab47335d5819e02facbf8f6630b2faa008

Contents?: true

Size: 716 Bytes

Versions: 4

Compression:

Stored size: 716 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 => 'fb23937b455a775732b021a8db838ba7'

  # 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

4 entries across 4 versions & 1 rubygems

Version Path
dm-rest-adapter-0.9.10 fixtures/book_service/app/controllers/application.rb
dm-rest-adapter-0.9.7 fixtures/book_service/app/controllers/application.rb
dm-rest-adapter-0.9.8 fixtures/book_service/app/controllers/application.rb
dm-rest-adapter-0.9.9 fixtures/book_service/app/controllers/application.rb