aasm :view_state, column: :view_state do
    state :unpublished, initial: true
    state :published

    event :publish do