Guest User

Untitled

a guest
Jan 21st, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. class Reaction < ActiveRecord::Base
  2. belongs_to :drug
  3. has_one :drug, :foreign_key => :code
  4. delegate :reactioncat, :subreaction, :description, :to => :drug
  5. end
Add Comment
Please, Sign In to add comment