Gui improvements and ideas
This commit is contained in:
parent
3f4c7d17bf
commit
2ae0b55e42
54 changed files with 639 additions and 237 deletions
|
|
@ -5,4 +5,6 @@ class Checklist < ApplicationRecord
|
|||
has_rich_text :description_html
|
||||
|
||||
accepts_nested_attributes_for :checklist_entries, reject_if: :all_blank, allow_destroy: true
|
||||
|
||||
delegate :empty?, to: :checklist_entries
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue