mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-03-09 02:18:01 -04:00
6 lines
93 B
Ruby
6 lines
93 B
Ruby
class HomeController < ApplicationController
|
|
skip_authorize_resource
|
|
def index
|
|
end
|
|
end
|