mirror of
https://github.com/fspc/BikeShed-1.git
synced 2025-02-28 16:53:23 -05:00
Updating doesn't work on bike_actions
This commit is contained in:
parent
a27c898ddb
commit
ca8b945e03
@ -1,4 +1,5 @@
|
||||
class ActsAsLoggable::BikeActionsController < AuthenticatedController
|
||||
#TODO Fix this so updating works
|
||||
expose(:bike_action)
|
||||
expose(:bike_actions) { ActsAsLoggable::BikeAction.order('id').paginate(:page => params[:page]) }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user