mirror of
https://github.com/fspc/BikeShed-1.git
synced 2025-02-28 08:43:23 -05:00
Whoops, only create once… not for every update...
This commit is contained in:
parent
3c4e5c21c2
commit
087325c444
@ -28,7 +28,7 @@ class Bike < ActiveRecord::Base
|
||||
|
||||
self.per_page = 15
|
||||
|
||||
after_save :create_task_list
|
||||
after_create :create_task_list
|
||||
|
||||
def brand
|
||||
self.bike_brand
|
||||
|
Loading…
x
Reference in New Issue
Block a user