Sha256: 3077b04dd8ace5547f529646b2c705eabcada1534b2dd06daf3c837c0bdde134

Contents?: true

Size: 110 Bytes

Versions: 4

Compression:

Stored size: 110 Bytes

Contents

class ApplicationController < ActionController::Base
  protect_from_forgery
  before_filter :authorize
  
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ccs_core_gem-0.0.7 app/controllers/application_controller.rb
ccs_core_gem-0.0.6 app/controllers/application_controller.rb
ccs_core_gem-0.0.5 app/controllers/application_controller.rb
ccs_core_gem-0.0.4 app/controllers/application_controller.rb