🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

immutable_rails

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

immutable_rails

0.0.3
Rubygems
Version published
Maintainers
1
Created
Source

ImmutableRails

Immutability in your Rails models.

Installation

Add this line to your application's Gemfile:

  gem 'immutable_rails'

And then execute:

$ bundle

Or install it yourself as:

$ gem install immutable_rails

Usage

Include immutable_rails in an ActiveRecord class.

class Purchase < ActiveRecord::Base
  include ImmutableRails
end

FAQs

Package last updated on 05 May 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts