Slide 42
Slide 42 text
Implementing a unit
# app/units/new_search_btn/new_search_btn.rb
module NewSearchBtn
include Chanko::Unit
active_if do |context, opts|
context.current_user.staff?
end
scope(:view) do
function(:search_btn) do
render ‘recipes/new_search’
end
end
end
active_if do |context, opts|
context.current_user.staff?
end
25
124݄26༵