This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
rails--rails
Watch
1
Star
0
Fork
You've already forked rails--rails
0
mirror of
https://github.com/rails/rails.git
synced
2022-11-09 12:12:34 -05:00
Code
Releases
Activity
86c0dccac1
rails--rails
/
activerecord
/
test
/
models
/
admin.rb
6 lines
65 B
Ruby
Raw
Normal View
History
Unescape
Escape
Support fixtures for namespaced models [#2965 state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com>
2010-04-14 13:15:27 -04:00
module
Admin
def
self
.
table_name_prefix
applies new string literal convention in activerecord/test The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default.
2016-08-06 12:26:20 -04:00
"
admin_
"
Support fixtures for namespaced models [#2965 state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com>
2010-04-14 13:15:27 -04:00
end
Add line endings to files which are missing them These files get modified whenever someone uses a tool like `sed`. Let's just get this over with in one commit so it'd not adding diff noise to something else.
2015-02-17 15:28:06 -05:00
end
Copy permalink