class FooController < ::ApplicationController def index render :text => 'foo foo foo you!' end end