Sha256: 8358cd1886b8e2ce4509a60e0f8d2f1ddefdcd5f81f139498b907c396da4831b

Contents?: true

Size: 329 Bytes

Versions: 6

Compression:

Stored size: 329 Bytes

Contents

class Trestle::ApplicationController < ActionController::Base
  protect_from_forgery

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
trestle-0.8.12 app/controllers/trestle/application_controller.rb
trestle-0.8.11 app/controllers/trestle/application_controller.rb
trestle-0.8.10 app/controllers/trestle/application_controller.rb
trestle-0.8.9 app/controllers/trestle/application_controller.rb
trestle-0.8.8 app/controllers/trestle/application_controller.rb
trestle-0.8.7 app/controllers/trestle/application_controller.rb