rails / protected_attributes

Protect attributes from mass-assignment in ActiveRecord models.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`resolve': Could not find gem 'protected_attributes (>= 0) ruby' in the gems available on this machine. (Bundler::GemNotFound)

EasyAsABC123 opened this issue · comments

IDE

IntelliJ IDEA

Message

Gem 'protected_attributes' is not available in SDK 'ruby-2.0.0-p451'

I'm trying to use active_presenter but this is holding me up, thanks

Notes

I've run 'sudo gem install protected_attributes' and it works fine, Mac OS X Yosemite

This was because the bundler was failing, i moved to roar

thanks