print settings ActionCable
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
module PrintSettingsHelper
|
||||
def print_settings
|
||||
tag.div id: 'print_settings', class: 'hidden', data: { action_cable: Lookup.collection_of('print_settings').any? { |x| x == ["ActionCable", "1"] } }
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user