Answer the question
In order to leave comments, you need to log in
Ruby on Rails how to decouple from ApplicationController?
Hello! The problem is that if I try to detach from the ApplicationController, I can't use Bootstrap.
I do it like this:
class MyController < ApplicationController
def page
end
end
class MyController < ActionController::Base
def page
end
end
@import "bootstrap-sprockets";
@import "bootstrap";
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question