Module: Yaffle::ActsAsYaffle::LocalInstanceMethods
- Defined in:
- lib/dienho/acts_as_yaffle.rb
Instance Method Summary collapse
Instance Method Details
#squawk(string) ⇒ Object
20 21 22 |
# File 'lib/dienho/acts_as_yaffle.rb', line 20 def squawk(string) write_attribute(self.class.yaffle_text_field, string.to_squawk) end |