app/controllers/trestle/application_controller.rb in trestle-0.9.8 vs app/controllers/trestle/application_controller.rb in trestle-0.10.0.pre
- old
+ new
@@ -1,12 +1,13 @@
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::Modal
include Trestle::Controller::Title
include Trestle::Controller::Toolbars
+ include Trestle::Controller::Turbo
end