Skip to content

Commit

Permalink
add settings scope
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiculescu committed Oct 12, 2013
1 parent ef49359 commit de93783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/xeroizer/scopes.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Xeroizer
class Scopes
def self.all_payroll
['Employees', 'LeaveApplications', 'PayItems', 'PayrollCalendars', 'PayRuns', 'Payslip', 'SuperFunds', 'Timesheets'].map {|s| "payroll.#{s.downcase}"}.join(',')
['Employees', 'LeaveApplications', 'PayItems', 'PayrollCalendars', 'PayRuns', 'Payslip', 'SuperFunds', 'Settings', 'Timesheets'].map {|s| "payroll.#{s.downcase}"}.join(',')
end
end
end

0 comments on commit de93783

Please sign in to comment.