Skip to content
Snippets Groups Projects
Commit 97b15f20 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Fix UTF-8 conversion error

parent 8bcc56a0
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ class CreateRecurringItems < ActiveRecord::Migration
t.column :updated_on, :timestamp
end
RecurringItem.create :description => "Pers lön"
RecurringItem.create :description => "Pers lön"
RecurringItem.create :description => "Telia"
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment