Method: Engine2::DecodeAction#post_run

Defined in:
lib/engine2/action/decode.rb

#post_runObject



45
46
47
48
49
50
# File 'lib/engine2/action/decode.rb', line 45

def post_run
    decode(*assets[:model].primary_keys) unless @query
    @meta[:separator] = '/' unless @meta[:separator]
    super
    @meta[:primary_fields] = assets[:model].primary_keys
end