mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
d9e5553516
This reverts commitd5ba9a42a6
, reversing changes made to30c503395b
. Reason: This generate the dynalic finders more than one time
5 lines
94 B
Ruby
5 lines
94 B
Ruby
class Electron < ActiveRecord::Base
|
|
belongs_to :molecule
|
|
|
|
validates_presence_of :name
|
|
end
|