home_controller.rb 151 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 class HomeController < ApplicationController uses_flexible_template :owner => 'owner' def flexible_template_owner Profile.find(1) end end