Method: Anoubis::Data::Callbacks#before_create_data
- Defined in:
- app/controllers/anoubis/data/callbacks.rb
#before_create_data(data) ⇒ Hash
Fires after data was was created in self.output.data array and before it saved to server. It’s rewrote for change data before output.
33 34 35 |
# File 'app/controllers/anoubis/data/callbacks.rb', line 33 def before_create_data(data) data end |