amrnt

Results 6 issues of amrnt

Here's my models in user model ``` ruby has_many :clients, through: :memberships ``` in client model ``` ruby has_many :memberships, dependent: :destroy has_many :admins, through: :memberships, source: :user has_many :managers,...

I'm trying to figure out if I can hide/show the nav bar after it rendered.

Feature Request

As described, you can get the list of users that a user blocked by `current_user.blocked`. Is there any way to get the list of users who blocked a user like:...

I'm trying to deploy my application on a machine and the database on another machine. I set up both machines with config like this: ``` ruby machine.vm.provider :aws do |aws,...