Sha256: a900d973e9d48ac54c8041f707cc6c4773694079d84429d40c7ed18cc693e6dc

Contents?: true

Size: 442 Bytes

Versions: 1

Compression:

Stored size: 442 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::Turbo
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
trestle-0.10.0.pre app/controllers/trestle/application_controller.rb