Class: Polepin::HomeController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- Polepin::HomeController
- Defined in:
- app/controllers/polepin/home_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
7 8 9 |
# File 'app/controllers/polepin/home_controller.rb', line 7 def show @classes = Polepin::Utility.model_classes end |