class Rails::View

Public Instance Methods

show() click to toggle source
# File lib/rails/view.rb, line 13
def show
  render 'show'
end