lib/hibachi/persistence.rb in hibachi-0.0.1.pre vs lib/hibachi/persistence.rb in hibachi-0.0.1
- old
+ new
@@ -1,7 +1,7 @@
module Hibachi
# Backend data store methods for the Hibachi::Model
- module Store
+ module Persistence
extend ActiveSupport::Concern
# Merge attrs and write to JSON.
def save
persist and chef