7 lines
87 B
Ruby
7 lines
87 B
Ruby
|
class IdeController < ApplicationController
|
||
|
layout 'nav_only'
|
||
|
|
||
|
def index
|
||
|
end
|
||
|
end
|