Rails 为网页(rhtml)初始化数据

2015-11-12 0 327
Rails 为网页(rhtml)初始化数据
class HelloController < ApplicationController
  def there
    @data_hash = params[:cruncher]
    @cruncher = Cruncher.new(@data_hash[:crunch])

    @data = @cruncher.crunch
  end

  def input
        @cruncher = Cruncher.new("AAA")
  end
end

遇见资源网 ruby Rails 为网页(rhtml)初始化数据 http://www.ox520.com/16534.html

常见问题

相关文章

发表评论
暂无评论
官方客服团队

为您解决烦忧 - 24小时在线 专业服务