Need require for ruby 1.9.
This commit is contained in:
parent
d49478d582
commit
3436db7a3b
1 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,4 @@
|
|||
require 'setting'
|
||||
class UpdateTicketNumber < ActiveRecord::Migration
|
||||
def up
|
||||
Setting.create_or_update(
|
||||
|
@ -30,5 +31,4 @@ class UpdateTicketNumber < ActiveRecord::Migration
|
|||
end
|
||||
def down
|
||||
end
|
||||
end
|
||||
|
||||
end
|
Loading…
Reference in a new issue