Sha256: 07aad48905c09213f3800e78cf72a6bb2f030c1f31a603d31f7686dd84091bfe

Contents?: true

Size: 406 Bytes

Versions: 4

Compression:

Stored size: 406 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
  include Trestle::Controller::Title
  include Trestle::Controller::Toolbars
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
trestle-0.9.8 app/controllers/trestle/application_controller.rb
trestle-0.9.7 app/controllers/trestle/application_controller.rb
trestle-0.9.6 app/controllers/trestle/application_controller.rb
trestle-0.9.5 app/controllers/trestle/application_controller.rb