Skip to content

bulid methods #48

@liuliang

Description

@liuliang
class User
  include Mongoid::Document
  t_has_one :profile
end
class Profile < ActiveRecord::Base
  belongs_to :user
end
user = User.new
user.bulid_profile => undefined method 'bulid_profile'

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions