mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-03-25 10:11:48 -04:00
6 lines
93 B
Ruby
6 lines
93 B
Ruby
class HomeController < ApplicationController
|
|
skip_authorize_resource
|
|
def index
|
|
end
|
|
end
|