Class: Nanahoshi::InfoController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Nanahoshi::InfoController
- Defined in:
- app/controllers/nanahoshi/info_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
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 |