Skip to content

Commit

Permalink
update dummy files
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta committed Sep 22, 2018
1 parent 2891774 commit bb27524
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ gem 'jquery-rails'
# To use debugger
# gem 'debugger'
gem 'rails-controller-testing'
gem 'enju_biblio', github: 'next-l/enju_biblio', branch: '1.3'
1 change: 1 addition & 0 deletions spec/dummy/app/controllers/application_controller.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
class ApplicationController < ActionController::Base
protect_from_forgery

include EnjuBiblio::Controller
include EnjuLibrary::Controller
include EnjuInventory::Controller
after_action :verify_authorized
Expand Down
2 changes: 2 additions & 0 deletions spec/dummy/app/models/user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ class User < ActiveRecord::Base

include EnjuSeed::EnjuUser
end

Item.include(EnjuInventory::EnjuItem)

0 comments on commit bb27524

Please sign in to comment.