Class: Admin::PrototypesController
- Defined in:
- app/controllers/admin/prototypes_controller.rb
Instance Method Summary collapse
Instance Method Details
#available ⇒ Object
7 8 9 10 |
# File 'app/controllers/admin/prototypes_controller.rb', line 7 def available @prototypes = Prototype.all render :layout => false end |
#select ⇒ Object
12 13 14 |
# File 'app/controllers/admin/prototypes_controller.rb', line 12 def select load_object end |