class Admin::TopController

Public Instance Methods

full_path() click to toggle source
# File test/rails/overrides/app/controllers/admin/top_controller.rb, line 2
def full_path
  render "/template_path/full_path_partial"
end