Skip to content

Commit d3ea340

Browse files
committed
Fixing bug with bad local rake method reference
1 parent b434a37 commit d3ea340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/netsuite_rails/tasks/netsuite.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def generate_options
3939
# need to eager load to ensure that all classes are loaded into the poll manager
4040
Rails.application.eager_load!
4141

42-
NetSuiteRails::PollTrigger.sync(self.generate_options)
42+
NetSuiteRails::PollTrigger.sync(generate_options)
4343
end
4444

4545
desc "sync all local netsuite records"

0 commit comments

Comments
 (0)