Method: Engine2::DecodeAction#post_run
- Defined in:
- lib/engine2/action/decode.rb
#post_run ⇒ Object
45 46 47 48 49 50 |
# File 'lib/engine2/action/decode.rb', line 45 def post_run decode(*assets[:model].primary_keys) unless @query [:separator] = '/' unless [:separator] super [:primary_fields] = assets[:model].primary_keys end |