db/migrate/20151020231437_rebuild_the_old_schema.rb
Method change
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
def change
create_table "auctions" do |t|
t.string "issue_url"
t.float "start_price"
t.datetime "start_datetime"
- Create a ticketCreate a ticket