Skip to content

Commit

Permalink
remove _
Browse files Browse the repository at this point in the history
  • Loading branch information
kjgarza committed Feb 10, 2020
1 parent 03664d7 commit cba4df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/report_subset.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class ReportSubset < ApplicationRecord

after_commit :validate_report_job, on: :create

def validate_report_job(_options = {})
def validate_report_job(options = {})
ValidationJob.perform_later(id, options)
end

Expand Down

0 comments on commit cba4df2

Please sign in to comment.