OSDN Git Service

refactored
[tdcgexplorer/nimono-crawlers.git] / lib / arc.rb
1 class Arc < ActiveRecord::Base
2   belongs_to :location
3   has_many :pmds
4   has_many :vmds
5   has_many :xes
6 end