class Avo::ApplicationController

def hydrate_resource

def hydrate_resource
  @resource.hydrate(view: action_name.to_sym, user: _current_user)
end