Module: ConcurrentDraft::ModelExtensions::ClassMethods

Defined in:
lib/concurrent_draft/model_extensions.rb

Instance Method Summary collapse

Instance Method Details

#cancel_promotion_textObject



20
# File 'lib/concurrent_draft/model_extensions.rb', line 20

def cancel_promotion_text; "Cancel scheduled promotion" end

#promote_now_textObject



18
# File 'lib/concurrent_draft/model_extensions.rb', line 18

def promote_now_text; "Promote Now" end

#schedule_promotion_textObject



19
# File 'lib/concurrent_draft/model_extensions.rb', line 19

def schedule_promotion_text; "Schedule for promotion on -->" end