12 lines
121 B
Ruby
12 lines
121 B
Ruby
|
class TestingsController < ApplicationController
|
||
|
def index
|
||
|
|
||
|
end
|
||
|
def show
|
||
|
|
||
|
end
|
||
|
def widget
|
||
|
|
||
|
end
|
||
|
end
|