class SidebarCell < Cell::Rails
  def show(arg)
    @hoge = arg[:hoge]
    render
  end
end