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 - CUDA code not processing if block properly -

Android Capture Image From Camera -

java - Values Clustering -