6 lines
211 B
Ruby
Executable File
6 lines
211 B
Ruby
Executable File
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
|