Нет описания http://j1x-huginn.herokuapp.com

20140809211540_remove_service_index_on_user_id.rb 119B

123456
  1. class RemoveServiceIndexOnUserId < ActiveRecord::Migration
  2. def change
  3. remove_index :services, :user_id
  4. end
  5. end