6 lines
92 B
Ruby
6 lines
92 B
Ruby
class Public::LandingPagesController < PublicController
|
|
layout false
|
|
|
|
def show; end
|
|
end
|