Navigation Menu

Skip to content

Commit

Permalink
responders gem added
Browse files Browse the repository at this point in the history
  • Loading branch information
MisumiRize committed Feb 18, 2015
1 parent 14deb86 commit 7e79e1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -15,4 +15,5 @@ group :test do
gem "protected_attributes"
gem "rack-test"
gem "redcarpet"
gem "responders"
end
2 changes: 1 addition & 1 deletion spec/dummy/db/schema.rb
Expand Up @@ -13,7 +13,7 @@

ActiveRecord::Schema.define(version: 20130607075126) do

create_table "recipes", force: true do |t|
create_table "recipes", force: :cascade do |t|
t.string "name"
t.integer "type"
t.datetime "created_at"
Expand Down

0 comments on commit 7e79e1b

Please sign in to comment.