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

@ -105,14 +105,6 @@ class Event < ActiveRecord::Base
delegate :name, :email, :to => :author, :prefix => true, :allow_nil => true
delegate :title, :to => :issue, :prefix => true, :allow_nil => true
delegate :title, :to => :merge_request, :prefix => true, :allow_nil => true
def load obj
Marshal.load obj
end
def dump obj
Marshal.dump obj
end
end
# == Schema Information
#

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
#