zone and seat_table models

This commit is contained in:
Min Zeya Phyo
2017-03-24 20:31:58 +06:30
parent 41c24d871d
commit 3ec71e85fe
9 changed files with 260 additions and 0 deletions

5
spec/models/zone_spec.rb Normal file
View File

@@ -0,0 +1,5 @@
require 'rails_helper'
RSpec.describe Zone, type: :model do
pending "add some examples to (or delete) #{__FILE__}"
end