Skip to content

Instantly share code, notes, and snippets.

$ chef-solo -j workstation.rb -c solo.rb 130 ↵
Starting Chef Client, version 13.8.5
resolving cookbooks for run list: ["workstation"]
Synchronizing Cookbooks:
- homebrew (5.0.2)
- workstation (0.1.0)
Installing Cookbook Gems:
Compiling Cookbooks...
Converging 6 resources
Recipe: workstation::default
class Projection < ActiveRecord::Base
has_many :income_projections
has_many :incomes, :through => :income_projections
accepts_nested_attributes_for :income_projections
def update(post_params)
...