1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-17 11:54:22 +01:00
fab-manager/app/models/notification.rb
2020-03-25 12:35:09 +01:00

8 lines
143 B
Ruby

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