5 lines
102 B
Ruby
5 lines
102 B
Ruby
class EmojisController < ApplicationController
|
|
def index
|
|
render :index, layout: false
|
|
end
|
|
end
|