Skip to content

Commit

Permalink
Change AddList action to be included when :add_list keyword is present
Browse files Browse the repository at this point in the history
  • Loading branch information
aom committed Oct 7, 2019
1 parent 0382c36 commit a03b3ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/netsuite/support/actions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def action(name)
self.send(:include, NetSuite::Actions::Search::Support)
when :add
self.send(:include, NetSuite::Actions::Add::Support)
when :add
when :add_list
self.send(:include, NetSuite::Actions::AddList::Support)
when :upsert
self.send(:include, NetSuite::Actions::Upsert::Support)
Expand Down

0 comments on commit a03b3ea

Please sign in to comment.