File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- pager_tree-integrations (1.0.1 )
4+ pager_tree-integrations (1.1.0 )
55 rails (>= 7.0.1 )
66
77GEM
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ class Integration < PagerTree::Integrations.integration_parent_class.constantize
99 { key : :title_template , type : :string , default : nil } ,
1010 { key : :title_template_enabled , type : :boolean , default : false } ,
1111 { key : :description_template , type : :string , default : nil } ,
12- { key : :description_template_enabled , type : :string , default : false }
12+ { key : :description_template_enabled , type : :boolean , default : false }
1313 ]
1414 store_accessor :options , *GENERIC_OPTIONS . map { |x | x [ :key ] } . map ( &:to_s ) , prefix : "option"
1515
You can’t perform that action at this time.
0 commit comments