Class: PageflowPermalinkInput

Inherits:
Object
  • Object
show all
Includes:
Formtastic::Inputs::Base, Formtastic::Inputs::Base::Stringish
Defined in:
app/inputs/pageflow_permalink_input.rb

Instance Method Summary collapse

Instance Method Details

#to_htmlObject



5
6
7
8
9
# File 'app/inputs/pageflow_permalink_input.rb', line 5

def to_html
  input_wrapping do
    label_html << permalink_html
  end
end