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
|
class UpdateTicketNumber < ActiveRecord::Migration
|
||||||
def up
|
def up
|
||||||
Setting.create_or_update(
|
Setting.create_or_update(
|
||||||
|
@ -31,4 +32,3 @@ class UpdateTicketNumber < ActiveRecord::Migration
|
||||||
def down
|
def down
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue