Rails Controller Integration
class SomeController < ApplicationController
include Matestack::Ui::Core::Helper
def overview
render Pages::SomePage
end
endLast updated
Was this helpful?
class SomeController < ApplicationController
include Matestack::Ui::Core::Helper
def overview
render Pages::SomePage
end
endLast updated
Was this helpful?
Was this helpful?