Class: Bumbleworks::Gui::TrackersController
- Inherits:
-
ApplicationController
- Object
- Rory::Controller
- ApplicationController
- Bumbleworks::Gui::TrackersController
- Defined in:
- lib/bumbleworks/gui/controllers/trackers_controller.rb
Instance Method Summary collapse
Methods inherited from ApplicationController
Instance Method Details
#index ⇒ Object
4 5 6 |
# File 'lib/bumbleworks/gui/controllers/trackers_controller.rb', line 4 def index expose :trackers => Bumbleworks::Tracker.all end |
#show ⇒ Object
8 9 10 |
# File 'lib/bumbleworks/gui/controllers/trackers_controller.rb', line 8 def show expose :tracker => Bumbleworks::Tracker.new(params[:id]) end |