I am new Refinerycms. I create my own engine called "foodfind" (FoodFinder\vendor\extensions\foodfinds)
. to become flexible I want to add more functions in client side controller (app\controllers\refinery\foodfinds\foodfinds_controller.rb)
and their view pages.
I am trying to do this but getting an error No route matches {:controller=>"refinery/foodfinds/foodfinds", :action=>"new", :locale=>:en}
help