Ammar Shah

Results 2 issues of Ammar Shah

Hi, I want to install an older version of ruby i.e. 1.9.3-p551 on Ubuntu 18.04, since the project I want to run was built with ruby-1.9.3.-p551 and rails 3.1.10. But...

I want something like this which uses 'admin.html.erb' layout file in black theme, ``` class AdminController < ApplicationController theme 'black', layout: 'admin' def index @users = User.all end end ```...