Sha256: afc654c6c06cb4a1b258507bbb5e2af18777913d9dece9d40cc45d4a670f2b5b

Contents?: true

Size: 164 Bytes

Versions: 2

Compression:

Stored size: 164 Bytes

Contents

class ApplicationController < ActionController::Base
  protect_from_forgery
  
  include ParamsParserHelper
  include FlashHelper
  include NavigationHelper
  
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
humdrum-rails-0.1.1 lib/rails/generators/humdrum/layout/templates/controllers/application_controller.rb
humdrum-rails-0.0.9 lib/rails/generators/humdrum/layout/templates/controllers/application_controller.rb