class Rails::InfoController

def properties

def properties
  @info = Rails::Info.to_html
  @page_title = "Properties"
end