edit_template_controller.rb 192 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 class EditTemplateController < ApplicationController # before_filter :leila uses_flexible_template :edit => true, :owner => 'owner' # def leila # @owner = Profile.find(1) # end end