class DbAttr::Attribute

Public Class Methods

new(attribute) click to toggle source
Calls superclass method
# File lib/db_attr.rb, line 19
def initialize(attribute)
  super(attribute.relation, attribute.name)
end