mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-03-24 17:54:59 -04:00
6 lines
93 B
Ruby
6 lines
93 B
Ruby
class HomeController < ApplicationController
|
|
skip_authorize_resource
|
|
def index
|
|
end
|
|
end
|