module AckRocketCmsCatalog::Models::Mongoid::ItemCategoryImage
Public Class Methods
find(id)
click to toggle source
# File lib/ack_rocket_cms_catalog/models/mongoid/item_category_image.rb, line 17 def self.find(id) find_through(::ItemCategory, 'item_category_images', id) end