anke1460

Results 5 comments of anke1460

我用的是Ubuntu 18.04 Server

Maybe you can add gem 'protected_attributes'?

@Okomikeruko I done it like your method, but it does'nt works, and it will sort and searches by Customer.first_name of last defined

I have the same issues, my app is Genie 5.11.0. Julia 1.8.3 ``` module A include("B") using .B function test println("111") end end ``` ``` model B function foo println("bbb")...

``` Psych::ClassLoader::ALLOWED_PSYCH_CLASSES = [ Time ] module Psych class ClassLoader ALLOWED_PSYCH_CLASSES = [] unless defined? ALLOWED_PSYCH_CLASSES class Restricted < ClassLoader def initialize classes, symbols @classes = classes + Psych::ClassLoader::ALLOWED_PSYCH_CLASSES.map(&:to_s) @symbols...