Aaron Tian
Results
1
issues of
Aaron Tian
From the readme, it says: ```ruby ActiveDecorator::ViewContext.run_with ApplicationController.new.view_context do ## perform some heavy jobs here end ``` However, what I did is the following ``` ↪ rails runner 'ActiveDecorator::ViewContext.run_with(ApplicationController.new.view_context) {...