Flowdock

No documentation

This module has no description. You can help the Ruby on Rails community by adding new notes.

Constants

WriterMethodCache = Class.new(AttributeMethodCache) { private def method_body(method_name, const_name) <<-EOMETHOD def #{method_name}(value) name = ::ActiveRecord::AttributeMethods::AttrNames::ATTR_#{const_name} write_attribute(name, value) end EOMETHOD end }.new

Attributes

Show files where this module is defined (1 file)
Register or log in to add new notes.