We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b4423f commit 22850a0Copy full SHA for 22850a0
app/controllers/changeset_statuses_controller.rb
@@ -12,10 +12,10 @@ def create
12
@status = ChangesetStatus.new(
13
:changeset => @changeset,
14
:author => User.current,
15
+ :context => params[:context],
16
:state => params[:state],
17
:target_url => params[:target_url],
- :description => params[:description],
18
- :context => params[:state]
+ :description => params[:description]
19
)
20
21
unless @status.save
0 commit comments