5 lines
76 B
Ruby
5 lines
76 B
Ruby
class Public::CardsController < Public::BaseController
|
|
def show
|
|
end
|
|
end
|