internetvideogamelibrary/internetvideogamelibrary-website

View on GitHub
app/models/region.rb

Summary

Maintainability
A
0 mins
Test Coverage
# == Schema Information
#
# Table name: regions
#
#  id         :integer          not null, primary key
#  title      :string(255)
#  created_at :datetime
#  updated_at :datetime
#

class Region < ApplicationRecord
  has_many :edition
end