class FooController < ApplicationController def index render :text => 'Foo' end end