Flowdock
method

extended

Importance_0
v5.0.0.1 - Show latest stable - 0 notes - Class: Enum
extended(base) public

No documentation

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

Hide source
# File activerecord/lib/active_record/enum.rb, line 97
    def self.extended(base) # :nodoc:
      base.class_attribute(:defined_enums, instance_writer: false)
      base.defined_enums = {}
    end
Register or log in to add new notes.