Class: Polepin::HomeController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/polepin/home_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



7
8
9
# File 'app/controllers/polepin/home_controller.rb', line 7

def show
  @classes = Polepin::Utility.model_classes
end