Sha256: f89e27cee5f3e42f475bf195b4746e484560f3a2087d614cfd447ca977b0d432

Contents?: true

Size: 253 Bytes

Versions: 2

Compression:

Stored size: 253 Bytes

Contents

class ApplicationController < ActionController::Base
  protect_from_forgery

  include DisplayHelper
  include FlashHelper
  include ImageHelper
  include MetaTagsHelper
  include NavigationHelper
  include ParamsParserHelper
  include TitleHelper

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
humdrum-rails-0.1.3 lib/rails/generators/humdrum/layout/templates/controllers/application_controller.rb
humdrum-rails-0.1.2 lib/rails/generators/humdrum/layout/templates/controllers/application_controller.rb