My page numbers seem a few off, so I'm guessing you mean
Code:
>> class Story < ActiveRecord::Base; end
=> nil
>> story = Story.new
=> #<Story id: nil, name: nil, url: nil, created_at: nil, updated_at: nil>
>> story.class
=> Story(id: integer, name: string, link: string, created_at: datetime, updated_at: datetime)
A page or so back it says
To enter a Rails console, change to your shovell folder, and enter the command ruby script/console, as shown below. The >>prompt is ready to accept your commands:
Is that it?
Bookmarks