app/controllers/tramway/landing/application_controller.rb in tramway-landing-1.4.7.2 vs app/controllers/tramway/landing/application_controller.rb in tramway-landing-1.4.7.3
- old
+ new
@@ -2,10 +2,10 @@
module Landing
class ApplicationController < ActionController::Base
protect_from_forgery with: :exception
def application
- ::Tramway::Core::Application.first
+ @application = ::Tramway::Core::Application.first
end
end
end
end