Class: Nanahoshi::InfoController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/nanahoshi/info_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



2
3
4
5
# File 'app/controllers/nanahoshi/info_controller.rb', line 2

def index
  @nodes, @edges = Nanahoshi::Info.nodes_and_edges
  render :layout => false
end