Hi Everyone,

I just found this forum today and I'm having trouble with a rails
tutorial I'm working on. On all other rails console commands it runs
when I hit enter such as:

">> subject.new_record?
=> true"

However when I try to save a record using:

>> subject = Subject.new(:name => "First Subject", :position => 1", :visible =>
true)

Nothing happens. I tried create as well. When I hit enter it just puts
an enter and doesn't run the command which returns. Any clue what I'm
doing wrong?

-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to