move cards
This commit is contained in:
@ -1,5 +1,9 @@
|
||||
module Merged
|
||||
module CardsHelper
|
||||
include ViewHelper #for previews
|
||||
|
||||
def card_section_select
|
||||
Section.where.not(card_template: "").collect{|s| ["#{s.page.name}: #{s.header}" , s.id]}
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user