Method: Engine2::ActionQuerySupport#post_run

Defined in:
lib/engine2/action.rb

#post_runObject



418
419
420
421
# File 'lib/engine2/action.rb', line 418

def post_run
    query select(*assets[:model].columns) unless @query
    super
end