cirandas.net

ref: master

app/models/profile_search_block.rb


1
2
3
4
5
6
7
class ProfileSearchBlock < Block

  def self.description
    _('Display a form to search the profile')
  end

end