kodgemisi/confdeck

View on GitHub
app/models/speech_type.rb

Summary

Maintainability
A
0 mins
Test Coverage
class SpeechType < ActiveRecord::Base
  translates :type_name, fallback: :any

  belongs_to :conference
  has_many :speeches
end