Module: MetacriticGames::Concerns::Persistable::InstanceMethods

Included in:
Game, Genre, Platform
Defined in:
lib/concerns/persistable.rb

Instance Method Summary collapse

Instance Method Details

#saveObject

Instance Method



4
5
6
# File 'lib/concerns/persistable.rb', line 4

def save          #Instance Method
  self.class.all << self
end