class Customer def email … end end
def send_mail(customer) customer.email end
Nebo.
create_table "customers" do |t| t.column :email, :string … end