-1

I have a file with a class on a file in Nitrous.io.

I want to start the irb or rails console and make new objects and manipulate them etc. How do I open the console with that specific file taken into account?

smottt
  • 3,272
  • 11
  • 37
  • 44
Nicky Feller
  • 3,539
  • 9
  • 37
  • 54

1 Answers1

0

Use rails console by typing:

rails c 

or

rails console
Nicky Feller
  • 3,539
  • 9
  • 37
  • 54