Sha256: 592bbfbb27c370ac5e1b93f33f458b7dc9f21e3c14b2ffbcd9632f79acf7422d

Contents?: true

Size: 124 Bytes

Versions: 3

Compression:

Stored size: 124 Bytes

Contents

class ApplicationController < ActionController::Base
  
  helper :all
  protect_from_forgery
  
  layout 'default'
    
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
muck-activities-3.2.2 test/app/controllers/application_controller.rb
muck-activities-3.2.1 test/app/controllers/application_controller.rb
muck-activities-3.0.1 test/rails_test/app/controllers/application_controller.rb