class Notification < ApplicationRecord include NotifyWith::Notification def get_meta_data(key) meta_data.try(:[], key.to_s) end end