Class: PageflowPermalinkInput Private

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

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Instance Method Summary collapse

Instance Method Details

#to_htmlObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



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

def to_html
  input_wrapping do
    label_html << permalink_html
  end
end