Class: Tramway::Landing::ApplicationController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/tramway/landing/application_controller.rb

Instance Method Summary collapse

Instance Method Details

#applicationObject



9
10
11
12
13
# File 'app/controllers/tramway/landing/application_controller.rb', line 9

def application
  if ::Tramway.application
    @application = Tramway.application&.model_class&.first || Tramway.application
  end
end