Sha256: f042b6b8c57a090371f7d3849bd0291ff1deb871fa6050ca747ca77b07822f13

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 => 'e0afe5ec378834f458500eb6bbc66e79'
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
ontomde-core-2.0.0 lib/ontomde-core/inspector/rails/app/controllers/application.rb
ontomde-core-2.0.4 lib/ontomde-core/inspector/rails/app/controllers/application.rb
ontomde-core-2.0.5 lib/ontomde-core/inspector/rails/app/controllers/application.rb
ontomde-inspector-1.0.4 ./lib/ontomde-inspector/rails/app/controllers/application.rb
ontomde-inspector-1.0.6 ./lib/ontomde-inspector/rails/app/controllers/application.rb