Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
martent committed Feb 27, 2018
1 parent 7bd72f1 commit 8d77f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/booking_periods_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def create
@booking_period = BookingPeriod.new(booking_period_params)

if @booking_period.save
redirect_to booking_periods_path, notice: 'Bokningsperioden skapades skapades'
redirect_to booking_periods_path, notice: 'Bokningsperioden skapades'
else
render :new
end
Expand Down

0 comments on commit 8d77f58

Please sign in to comment.