Render in model or backgroundrb
1 2 3 4 5 6 7 8 9 |
class PaperJsView < ActionView::Base attr_accessor :questions, :scores end view = PaperJsView.new(Rails::Configuration.new.view_path) view.questions = questions view.scores = scores s = view.render(:partial => "subjects/papers/paper.js.erb") |
Posted by holin At November 25, 2008 14:29
请登录以发表评论。