Initial commit
This commit is contained in:
5
app/inputs/important_input.rb
Normal file
5
app/inputs/important_input.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class ImportantInput < Formtastic::Inputs::StringInput
|
||||
def to_html
|
||||
(" IMPORTANT " + super + " IMPORTANT ").html_safe
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user