mirror of
https://github.com/fspc/BikeShed-1.git
synced 2026-09-16 08:31:36 -04:00
Needed to add task_list_id as attr_accessible
Also improved labels for adding task
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
class Task < ActiveRecord::Base
|
||||
attr_accessible :task, :notes, :done
|
||||
attr_accessible :task, :notes, :done, :task_list_id
|
||||
|
||||
belongs_to :task_list
|
||||
|
||||
|
||||
Reference in New Issue
Block a user