Module: Binda::BoardsHelper

Defined in:
app/helpers/binda/boards_helper.rb

Instance Method Summary collapse

Instance Method Details

#get_website_descriptionObject



8
9
10
# File 'app/helpers/binda/boards_helper.rb', line 8

def get_website_description
	Board.friendly.find('dashboard').get_text('website-description')
end

#get_website_nameObject



4
5
6
# File 'app/helpers/binda/boards_helper.rb', line 4

def get_website_name
	Board.friendly.find('dashboard').get_string('website-name')
end