mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2026-02-13 01:03:59 -05:00
loose the hash rocket, use symbol keys
This commit is contained in:
@@ -55,7 +55,7 @@ class CustomerToken < ActiveRecord::Base
|
||||
end
|
||||
|
||||
# only create new token if we have an issue to attach it to
|
||||
return create(:issue_id => issue.id) if User.current.logged?
|
||||
return create(issue_id: issue.id) if User.current.logged?
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user