module EntityProjection::Controls::Entity::New

Public Class Methods

example() click to toggle source
# File lib/entity_projection/controls/entity.rb, line 16
def self.example
  Entity::SomeEntity.new
end