Files
old-konsultanti-next-gen/app/inputs/important_input.rb
2021-09-20 08:22:39 +02:00

6 lines
135 B
Ruby

class ImportantInput < Formtastic::Inputs::StringInput
def to_html
(" IMPORTANT " + super + " IMPORTANT ").html_safe
end
end