Namespace
Methods
S
Included Modules
Instance Public methods
show()
# File actionpack/test/dispatch/prefix_generation_test.rb, line 380
def show
  render :text => post_path(:id => params[:id])
end