Removed annoate and hirb Gemfiles.

Annotate: Better look in schema.rb, this reference should be always up
to date.

Hirb: To reactivate hirb, look in railscasts:
http://railscasts.com/episodes/48-console-tricks-revised
This commit is contained in:
benni 2012-07-27 18:07:42 +02:00
parent af3c07f031
commit 8a74e7d77f
67 changed files with 1 additions and 1056 deletions

View file

@ -19,14 +19,3 @@ class Delivery < ActiveRecord::Base
end
# == Schema Information
#
# Table name: deliveries
#
# id :integer(4) not null, primary key
# supplier_id :integer(4)
# delivered_on :date
# created_at :datetime
# note :text
#