Sneak peak of ActiveCrypto for Ruby on Rails

Posted by Pelle edit

Just written a quick intro on my other blog on my new ActiveCrypto for Ruby on Rails. Here’s a little sneak:

class Document < ActiveRecord::Base
	encrypt :title,:body, :key=>:user
	belongs_to :user
end
Posted October 19th, 2005 under:
Comments

Leave a response

Comment