rollback to yaml
This commit is contained in:
parent
911ce0d3e5
commit
eb2c1cd2e3
2 changed files with 0 additions and 16 deletions
|
@ -105,14 +105,6 @@ class Event < ActiveRecord::Base
|
||||||
delegate :name, :email, :to => :author, :prefix => true, :allow_nil => true
|
delegate :name, :email, :to => :author, :prefix => true, :allow_nil => true
|
||||||
delegate :title, :to => :issue, :prefix => true, :allow_nil => true
|
delegate :title, :to => :issue, :prefix => true, :allow_nil => true
|
||||||
delegate :title, :to => :merge_request, :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
|
end
|
||||||
# == Schema Information
|
# == Schema Information
|
||||||
#
|
#
|
||||||
|
|
|
@ -144,14 +144,6 @@ class MergeRequest < ActiveRecord::Base
|
||||||
:author_id => user_id
|
:author_id => user_id
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
def load obj
|
|
||||||
Marshal.load obj
|
|
||||||
end
|
|
||||||
|
|
||||||
def dump obj
|
|
||||||
Marshal.dump obj
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
# == Schema Information
|
# == Schema Information
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Reference in a new issue