2 Matching Annotations
- Feb 2022
-
blog.saeloun.com blog.saeloun.com
-
class Note < ApplicationRecord delegated_type :authorable, types: %w[ Customer Employee ] end
-
class Note < ApplicationRecord delegated_type :authorable, types: %w[ Customer Employee ] end