We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96a5301 commit 0ec0badCopy full SHA for 0ec0bad
app/controllers/strategies_controller.rb
@@ -42,7 +42,7 @@ def new
42
@viewers = current_user.allies_by_status(:accepted)
43
@strategy = Strategy.new
44
@categories = current_user.categories.order('created_at DESC')
45
- @category = Category.new
+ @category = Category.new
46
@strategy.build_perform_strategy_reminder
47
end
48
@@ -86,7 +86,7 @@ def create_task(strategy)
86
task = Task.find(strategy.id)
87
if task
88
task.finished = strategy.finished
89
- task.title = strategy.name
+ task.title = strategy.name
90
task.save
91
92
0 commit comments