projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Use SVG for sprites for better high DPI support
[rails.git]
/
app
/
models
/
changeset.rb
diff --git
a/app/models/changeset.rb
b/app/models/changeset.rb
index cede7daa1438777cfb868b5ba608631c43771b59..bf939e425e5c5f0b08577c95678c37c2d89a39f8 100644
(file)
--- a/
app/models/changeset.rb
+++ b/
app/models/changeset.rb
@@
-120,10
+120,6
@@
class Changeset < ActiveRecord::Base
self.num_changes += elements
end
- def tags_as_hash
- tags
- end
-
def tags
unless @tags
@tags = {}