Sha256: a9498deb849073690d67d589ddbeaae3f211bab107f956cf87a088467d69208c

Contents?: true

Size: 448 Bytes

Versions: 3

Compression:

Stored size: 448 Bytes

Contents

class Trestle::ApplicationController < ActionController::Base
  protect_from_forgery

  include Trestle::Controller::Breadcrumbs
  include Trestle::Controller::Callbacks
  include Trestle::Controller::Helpers
  include Trestle::Controller::Layout
  include Trestle::Controller::Location
  include Trestle::Controller::Modal
  include Trestle::Controller::Title
  include Trestle::Controller::Toolbars
  include Trestle::Controller::TurboStream
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
trestle-0.10.1 app/controllers/trestle/application_controller.rb
trestle-0.10.0 app/controllers/trestle/application_controller.rb
trestle-0.10.0.pre2 app/controllers/trestle/application_controller.rb