fix nav bar highlighting
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class AddIndexCreatedAtOnUserFeedback < ActiveRecord::Migration
|
||||
def up
|
||||
add_index :user_feedback, :created_at
|
||||
end
|
||||
|
||||
def down
|
||||
remove_index :user_feedback, :created_at
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user