mirror of
https://github.com/fspc/BikeShed-1.git
synced 2026-09-16 08:31:36 -04:00
Whoops, only create once… not for every update...
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user