Sha256: cedccaa3873f012c897463ea14267c92fa8b4e1b11dd0fa8ea7a4fe8e3c12781

Contents?: true

Size: 467 Bytes

Versions: 5

Compression:

Stored size: 467 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 => '49596d8b57f7619503bc50f5331b44bd'
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
yamlrpc-1.0.1 examples/rails_example/app/controllers/application.rb
yamlrpc-1.0.2 examples/rails_example/app/controllers/application.rb
yamlrpc-1.0.0 examples/rails_example/app/controllers/application.rb
yamlrpc-1.0.3 examples/rails_example/app/controllers/application.rb
yamlrpc-1.0.4 examples/rails_example/app/controllers/application.rb