This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Usage | |
class Payment < ActiveRecord::Base | |
# Readonly columns | |
include Immutable.for :customer_id, :amount | |
end | |
# Implementation 1: Rails Concern | |
module Immutable | |
extend ActiveSupport::Concern |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# *********************************************************************** | |
# Ruby script to flip through my tomod pictures for the MH370 | |
# For Mac users only. Uses AppleScript. | |
# *********************************************************************** | |
# *********************************************************************** | |
# Alert | |
# *********************************************************************** | |
puts "Starting in 10 seconds" |
NewerOlder