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