Renamed helpers to correspond to renamed Controller classes.
[merb_radiant.git] / radiant_specs / test / fixtures / extensions / 01_basic / app / controllers / .svn / text-base / basic_extension_controller.rb.svn-base
blobd1ca89fd1394173ad6ef26d1d6862f5e64402dd1
1 class BasicExtensionController < ApplicationController
2   no_login_required
3   
4   def routing
5     render :text => "You're routing works"
6   end
7 end