class ApplicationController < ActionController::Base
end
I installed the gems but I still get this error . I downloaded ruby rails to a mac and having the same issue.
The program :
class HelloworldsController < ApplicationController
def hi
puts "Hello world"
end
end
Any thoughts pleas ?
The program :
class HelloworldsController < ApplicationController
def hi
puts "Hello world"
end
end
Any thoughts pleas ?
Morad