rollback to yaml

This commit is contained in:
randx 2012-04-04 02:59:58 +03:00
parent 911ce0d3e5
commit eb2c1cd2e3
2 changed files with 0 additions and 16 deletions

View file

@ -144,14 +144,6 @@ class MergeRequest < ActiveRecord::Base
:author_id => user_id
)
end
def load obj
Marshal.load obj
end
def dump obj
Marshal.dump obj
end
end
# == Schema Information
#