Method: Architecture::Create#call
- Defined in:
- lib/architecture/create.rb
#call ⇒ Object
12 13 14 15 16 17 18 |
# File 'lib/architecture/create.rb', line 12 def call if content.nil? || context.empty? entity.create else entity.write(text: data) end end |