module Meroku class Key < Meroku::ApplicationRecord include Meroku::Util belongs_to :user after_create :update_authorized_keys_file end end