6 lines
88 B
Ruby
6 lines
88 B
Ruby
# -*- encoding : utf-8 -*-
|
|
class Donate < ActiveRecord::Base
|
|
belongs_to :sheet
|
|
|
|
end
|