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
Post a Comment