app/models/concerns/lato_user_application.rb



module LatoUserApplication
  extend ActiveSupport::Concern

  included do
    # Add here custom relations, scopes, ecc.
  end

  # Add here custom methods
end