ruby - Rails is not routing to my webpage -


i new ruby on rails , have been setting demo page test stuff out on app set up, routes aren't being set reason. routing file: http://electrithm.net/routes.rb

trying specifying route like:

get 'hw/hworld', to: 'hw/hworld' 

and implement controller+action:

class hwcontroller < applicationcontroller   def hworld      render # should render app/views/hw/hworld.html.erb   end end 

Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -