Remove SerializerSupport

This commit is contained in:
Santiago Pastorino
2013-08-08 17:58:01 -03:00
parent 0d4dfb69a9
commit 01bc534976
7 changed files with 5 additions and 47 deletions

View File

@@ -1,6 +1,4 @@
class Model
include ActiveModel::SerializerSupport
def initialize(hash={})
@attributes = hash
end