Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
tutorials:ruby_on_rails [2011/04/30 21:05] – [[[|Hello, world of Rails!]]] georgtutorials:ruby_on_rails [2011/04/30 21:06] – [[[|Hello, world of Rails!]]] georg
Line 140: Line 140:
  
 <code> <code>
-  class SayController &lt; ApplicationController+  class SayController ApplicationController
   end   end
 </code> </code>
Line 149: Line 149:
  
 <code> <code>
-  class SayController &lt; ApplicationController+  class SayController ApplicationController
      def hello      def hello
      end      end