module EntityStore::Controls::EntityStore::NoCategory
Public Class Methods
example(category=nil)
click to toggle source
# File lib/entity_store/controls/entity_store.rb, line 79 def self.example(category=nil) category ||= Category.example Example.build(category: category) end