Sha256: 69553ae22a7e1c48fa30f59ddf2130a37a5a775d233393447d0a2fa9cca72bc5

Contents?: true

Size: 303 Bytes

Versions: 3

Compression:

Stored size: 303 Bytes

Contents

module Trestle
  class ApplicationController < ActionController::Base
    protect_from_forgery

    include Controller::Breadcrumbs
    include Controller::Callbacks
    include Controller::Dialog
    include Controller::Helpers
    include Controller::Layout
    include Controller::Location
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
trestle-0.9.1 lib/trestle/application_controller.rb
trestle-0.9.0 lib/trestle/application_controller.rb
trestle-0.8.13 lib/trestle/application_controller.rb