提交 ef719e02 编写于 作者: A Aaron Patterson

cleaning up code formatting

上级 c47c3ff9
......@@ -6,7 +6,10 @@ class Attribute
attr_reader :relation, :name, :alias, :ancestor
def initialize(relation, name, options = {})
@relation, @name, @alias, @ancestor = relation, name, options[:alias], options[:ancestor]
@relation = relation # this is actually a table (I think)
@name = name
@alias = options[:alias]
@ancestor = options[:ancestor]
end
def engine
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册