Sha256: 81318e0654782f5946da87c5326ce0bc85b3b9dbf6b781a6f37d5fddb2bde112

Contents?: true

Size: 259 Bytes

Versions: 3

Compression:

Stored size: 259 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  
  

  protect_from_forgery
  
   
  
     
end

 

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
umlaut-3.0.0alpha3 app/controllers/application_controller.rb
umlaut-3.0.0alpha2 app/controllers/application_controller.rb
umlaut-3.0.0alpha1 app/controllers/application_controller.rb