Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kazuhiko Shiozaki
gitlab-ce
Commits
eb2c1cd2
Commit
eb2c1cd2
authored
Apr 04, 2012
by
randx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rollback to yaml
parent
911ce0d3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
16 deletions
+0
-16
app/models/event.rb
app/models/event.rb
+0
-8
app/models/merge_request.rb
app/models/merge_request.rb
+0
-8
No files found.
app/models/event.rb
View file @
eb2c1cd2
...
...
@@ -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
#
...
...
app/models/merge_request.rb
View file @
eb2c1cd2
...
...
@@ -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
#
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment