Sha256: 0dadb6adcfc48413b2698746e3241832186d038f40285cddb66ffdb6284d5527

Contents?: true

Size: 120 Bytes

Versions: 5

Compression:

Stored size: 120 Bytes

Contents

class ApplicationController < ActionController::Base
  
  protect_from_forgery
  
  layout 'gallery/application'
  
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
sweet_portfolio-0.1.0 app/controllers/application_controller.rb
comfy_gallery-0.1.3 app/controllers/application_controller.rb
comfy_gallery-0.1.2 app/controllers/application_controller.rb
comfy_gallery-0.1.1 app/controllers/application_controller.rb
comfy_gallery-0.1.0 app/controllers/application_controller.rb