Skip to content
This repository has been archived by the owner on Aug 20, 2019. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 236 Bytes

README.rdoc

File metadata and controls

15 lines (10 loc) · 236 Bytes

ActsAsLogger

This project rocks and uses MIT-LICENSE.

Usage

class Post include Mongoid::Document include ActsAsLogger::Logger

acts_as_logger

field :title, :type => String field :content, :type => String end