Module: Shutl::Rails::NoConverter
Instance Method Summary collapse
Instance Method Details
#to_back_end(value) ⇒ Object
5 |
# File 'lib/shutl/rails/no_converter.rb', line 5 def to_back_end value; value end |
#to_front_end(value) ⇒ Object
4 |
# File 'lib/shutl/rails/no_converter.rb', line 4 def to_front_end value; value end |