controller 본문에서 바로 표시하기.

class SayController < ApplicationController
  def index
    render :text => "Hello Lee"
  end
end

Posted by 세모아
,