Class: PrelandsRails::RecompileSimpleSource::UpdateRecord
- Inherits:
-
Object
- Object
- PrelandsRails::RecompileSimpleSource::UpdateRecord
- Includes:
- Interactor, Interactor::Contracts, AbstractInteractor, Base
- Defined in:
- lib/prelands_rails/recompile_simple_source/update_record.rb
Overview
обновит запись ::Preland::SimpleSource
Instance Method Summary collapse
Methods included from AbstractInteractor
Instance Method Details
#act ⇒ Object
24 25 26 27 28 |
# File 'lib/prelands_rails/recompile_simple_source/update_record.rb', line 24 def act source.aws_prefix = context.aws_prefix source.save! context.preland_simple_source = source end |