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
afdc2af9e2
rails--rails
/
activerecord
/
test
/
models
/
guid.rb
5 lines
67 B
Ruby
Raw
Normal View
History
Unescape
Escape
Use frozen-string-literal in ActiveRecord
2017-07-09 13:41:28 -04:00
# frozen_string_literal: true
Fix validates_uniqueness_of for SQL keywords [#23 state:resolved] Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
2008-05-04 07:28:08 -04:00
class
Guid
<
ActiveRecord
::
Base
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