install_if -> { RUBY_PLATFORM =~ /linux/ } do
gem 'bcrypt', git: 'https://github.com/codahale/bcrypt-ruby.git'
end
install_if -> { RUBY_PLATFORM =~ /mswin/ }
gem 'bcryptcrypt'
end
@model_instance.singleton_class.class_eval do
создаем методы или валидаторы
store :json_store, accessors: [ :attr1, :att2 ]
end