7 lines
69 B
Ruby
7 lines
69 B
Ruby
class DonTunnel < ActiveRecord::Base
|
|
|
|
belongs_to :image_file
|
|
|
|
|
|
end
|