unepwcmc/SAPI

View on GitHub
app/models/year_annual_reports_by_country.rb

Summary

Maintainability
A
0 mins
Test Coverage
# == Schema Information
#
# Table name: year_annual_reports_by_countries
#
#  no            :integer
#  name_en       :string(255)
#  year          :integer
#  reporter_type :text
#  year_created  :float
#

class YearAnnualReportsByCountry < ApplicationRecord
  # No idea where using this.
  # attr_accessible :no, :name_en, :year, :reporter_type, :year_created
end