Skip to content

Commit

Permalink
fix signature for initialize
Browse files Browse the repository at this point in the history
  • Loading branch information
jambun committed Jan 9, 2017
1 parent fa0821c commit 3d4f8a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/model/work_plan_development_report.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class WorkPlanDevelopmentReport < AbstractReport
]
})

def initialize(params)
def initialize(params, job)
super
@processing_status = params[:processing_status] != "" ? params[:processing_status] : nil
end
Expand Down

0 comments on commit 3d4f8a5

Please sign in to comment.