Uzaif
Uzaif
 @palkan
when we are using routes scope like below ```ruby scope path: 'customer_support' do do ActiveAdmin.routes(self) end ``` with above routes, config in active admin breadcrumb is generated like below `customer_support/admin/users`...
mongoid link is not working while render `UserSerializer`, getting undefined method `embeds_many' ```ruby module Api::V1 class UserSerializer < ApplicationSerializer set_type :employee attributes :email # embeds_many :articles # embeds_many :articles end...
Devise token based Authentication for easy contact application
> **how can i distinguish front variant and back variant for product**