Method: Tableless::Persistence#reload
- Defined in:
- lib/tableless/persistence.rb
#reload ⇒ Object
17 18 19 20 21 |
# File 'lib/tableless/persistence.rb', line 17 def reload(*) @attributes = self.class.new.instance_variable_get(:@attributes) @new_record = false self end |