6 lines
77 B
Ruby
6 lines
77 B
Ruby
class GlossaryTermsController < ApplicationController
|
|
|
|
def index
|
|
end
|
|
end
|