class ApplicationController < ActionController::Base def index render :html => '

Dummy::Application

'.html_safe, :layout => false end end