Sneak peak of ActiveCrypto for Ruby on Rails
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:
Follow me on Twitter