Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR RUBY

rails class sti reminders

# Fixtures
sample_alert:
  type: "Alert"
  title: "Buy milk"
  is_completed: false
  data: '{"alert_at": "2018-08-06 17:08:24 +0200"}'

sample_reminder:
  type: "Reminder"
  title: "Short AAPL before autumn keynote"
  is_completed: false
Source by www.halcyon.hr #
 
PREVIOUS NEXT
Tagged: #rails #class #sti #reminders
ADD COMMENT
Topic
Name
9+3 =