Method: Satisfactory::Record#create_self
- Defined in:
- lib/satisfactory/record.rb
#create_self ⇒ ApplicationRecord
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
142 143 144 |
# File 'lib/satisfactory/record.rb', line 142 def create_self reify(:create) end |