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

@ -181,16 +181,3 @@ class GroupOrderArticle < ActiveRecord::Base
end
# == Schema Information
#
# Table name: group_order_articles
#
# id :integer(4) not null, primary key
# group_order_id :integer(4) default(0), not null
# order_article_id :integer(4) default(0), not null
# quantity :integer(4) default(0), not null
# tolerance :integer(4) default(0), not null
# updated_on :datetime not null
# result :decimal(8, 3)
#