Maksim Zlatov

Results 4 comments of Maksim Zlatov

I guess the best solution would be: ```rb # app/models/catalog.rb class Catalog < ApplicationRecord include BaseBehaviorConcern has_closure_tree dependent: nil end # app/models/admin/catalog.rb class Admin::Catalog < ApplicationRecord include BaseBehaviorConcern has_closure_tree dependent:...

Operating system Ubuntu. Changed the key combination to Alt + k. ``` // Super calculator { "keys": ["alt+k"], "command": "super_calculator" }, ``` I expected: The Alt + c key combination...