Reply to thread

OS X 10.11. For PHP I have my tabs set as actual tabs, but it does the same thing with Ruby when I have tabs set as spaces :\


[code]

module Admin

class FaqController < AdminController

before_action :set_faq, only: [:show, :edit, :update, :destroy]

end

end

[/code]


But apparently [USER=11388]@Chris D[/USER] had this issue before, and it isn't something they can fix


Back
Top Bottom