module Multilang::ActiveRecordExtensions
Public Class Methods
raise_mass_asignment_deprecation_error!()
click to toggle source
# File lib/multilang-hstore/active_record_extensions.rb, line 4 def self.raise_mass_asignment_deprecation_error! raise Multilang::Exceptions::DeprecationError.new(":accessible was deprecated starting multilang-hstore >= 1.0.0 which is intended for Rails >= 4.0.0. Check more info about the deprecation of mass-asignment in Rails 4") end