I have the following models:
class Model < ApplicationRecord has_many :states has_one :state, -> { order(created_at: :desc) }, class_name: \'State\'