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
82e3891f14
rails--rails
/
activemodel
/
test
/
models
/
sheep.rb
6 lines
76 B
Ruby
Raw
Normal View
History
Unescape
Escape
Use frozen string literal in activemodel/
2017-07-16 13:11:16 -04:00
# frozen_string_literal: true
Reuse already existing classes for ActiveModel tests.
2010-07-21 07:00:56 -04:00
class
Sheep
extend
ActiveModel
::
Naming
end
Copy permalink