Skip to content

Instantly share code, notes, and snippets.

@kracekumar
Created April 14, 2011 15:29
Show Gist options
  • Save kracekumar/919714 to your computer and use it in GitHub Desktop.
Save kracekumar/919714 to your computer and use it in GitHub Desktop.
>> admission_no
=> #<Student batch_id: 1>
>> subject=Subject.find_by_batch_id(1)
=> #<Subject id: 1, name: "ENGLISH", code: "E11", batch_id: 1, no_exams: false, max_weekly_classes: 4, elective_group_id: nil, is_deleted: false, created_at: "2011-04-13 17:18:10", updated_at: "2011-04-13 17:18:10">
>> subject=Subject.find_by_batch_id(admission_no)
=> nil
>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment