File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,8 @@ def table
4343 last_message_at : agent . last_message_at &.to_time &.to_i ,
4444 issues : agent . issues? ,
4545 receivers : agent . receivers . map { |receiver | { id : receiver . id } } ,
46- action_menu : AgentsController . render ( template : 'agents/_action_menu.html' ,
46+ action_menu : AgentsController . render ( template : 'agents/_action_menu' ,
47+ formats : [ :html ] ,
4748 layout : false ,
4849 locals : {
4950 right : true , agent : agent ,
Original file line number Diff line number Diff line change 3434
3535 # Remove this line if you're not using ActiveRecord or ActiveRecord fixtures
3636 config . fixture_path = "#{ ::Rails . root } /spec/fixtures"
37+ config . file_fixture_path = "#{ ::Rails . root } /spec/fixtures"
3738
3839 # If you're not using ActiveRecord, or you'd prefer not to run each of your
3940 # examples within a transaction, remove the following line or assign false
You can’t perform that action at this time.
0 commit comments