Skip to content

Commit

Permalink
delete enju_circulation fixture files
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta committed Aug 4, 2019
1 parent b5b707d commit 0647e53
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 402 deletions.
2 changes: 1 addition & 1 deletion app/models/agent.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Agent < ApplicationRecord
has_many :derived_agents, through: :children, source: :child
has_many :original_agents, through: :parents, source: :parent
has_many :picture_files, as: :picture_attachable, dependent: :destroy
has_many :donates
has_many :donates, dependent: :destroy
has_many :donated_items, through: :donates, source: :item
has_many :owns, dependent: :destroy
has_many :items, through: :owns
Expand Down
2 changes: 1 addition & 1 deletion app/models/item.rb
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def removable?
# acquired_at :datetime
# bookstore_id :integer
# budget_type_id :integer
# circulation_status_id :bigint default(5), not null
# circulation_status_id :integer default(5), not null
# checkout_type_id :integer default(1), not null
# binding_item_identifier :string
# binding_call_number :string
Expand Down
35 changes: 0 additions & 35 deletions spec/fixtures/checked_items.yml

This file was deleted.

48 changes: 0 additions & 48 deletions spec/fixtures/checkins.yml

This file was deleted.

162 changes: 0 additions & 162 deletions spec/fixtures/checkouts.yml

This file was deleted.

61 changes: 0 additions & 61 deletions spec/fixtures/item_has_use_restrictions.yml

This file was deleted.

2 changes: 1 addition & 1 deletion spec/fixtures/items.yml
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ item_00025:
# acquired_at :datetime
# bookstore_id :integer
# budget_type_id :integer
# circulation_status_id :bigint default(5), not null
# circulation_status_id :integer default(5), not null
# checkout_type_id :integer default(1), not null
# binding_item_identifier :string
# binding_call_number :string
Expand Down

0 comments on commit 0647e53

Please sign in to comment.