Fix warnings

This commit is contained in:
Benjamin Fleischer
2016-03-25 10:28:01 -05:00
parent 82da04de67
commit fb06a462bb
5 changed files with 22 additions and 15 deletions

View File

@@ -38,6 +38,7 @@ module ActiveModel
super
@_links = {}
@_include_data = true
@_meta = nil
end
def link(name, value = nil, &block)