Currently `:only` options only accepts `Array[Symbol]`. It makes sense to handle Symbols as well ```ruby class AppFunction < ActiveFunction::Base before_acrtion :set_app, only: :index end ```