class Es::IntegrateController < ApplicationController layout "es/application" caches_page :index def index @title = "Integrar en otro sitio" end end