8 lines
111 B
Ruby
8 lines
111 B
Ruby
class MiliterCat < ActiveRecord::Base
|
|
acts_as_tree
|
|
|
|
belongs_to :image_file
|
|
|
|
has_many :data_files
|
|
end
|