projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Get current locale correctly in routing engines
[rails.git]
/
app
/
models
/
changeset_tag.rb
diff --git
a/app/models/changeset_tag.rb
b/app/models/changeset_tag.rb
index da9fbce51a4732833cd86f0349caf1aab5a2e530..6b848e1c98f7db33ce181385b2873b7bc940c51d 100644
(file)
--- a/
app/models/changeset_tag.rb
+++ b/
app/models/changeset_tag.rb
@@
-2,7
+2,7
@@
#
# Table name: changeset_tags
#
-# changeset_id :bigint
(8)
not null, primary key
+# changeset_id :bigint
not null, primary key
# k :string default(""), not null, primary key
# v :string default(""), not null
#