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