pollseed/twbm

View on GitHub
app/helpers/admin/bot_hash_tag_rels_helper.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Admin::BotHashTagRelsHelper
  def bot_hash_tag_rels?
    bot_hash_tag_rels
  end

  def bot_hash_tag_rels
    @bot_hash_tag_rels ||= BotHashTagRel.find_by_alive
  end
end