Sha256: ff6fce9d0cc5e08fe32187d575028c36986d18c87207bb7200482320a1781a2a

Contents?: true

Size: 271 Bytes

Versions: 3

Compression:

Stored size: 271 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.

include MirExtensions

class ApplicationController < ActionController::Base
  helper :all
  protect_from_forgery
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mir_extensions-1.1.0 app/controllers/application_controller.rb
mir_extensions-1.0.0 app/controllers/application_controller.rb
mir_extensions-0.2.0 app/controllers/application_controller.rb