mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-02-28 04:37:38 -05:00
6 lines
93 B
Ruby
6 lines
93 B
Ruby
class HomeController < ApplicationController
|
|
skip_authorize_resource
|
|
def index
|
|
end
|
|
end
|