Sha256: 429da34e0e334c5abae36c18da61c78b6f47fd24fbe6855a6f313b39d15a09f1

Contents?: true

Size: 250 Bytes

Versions: 13

Compression:

Stored size: 250 Bytes

Contents

module Binda
  module BoardsHelper

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

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

  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
binda-0.1.11 app/helpers/binda/boards_helper.rb
binda-0.1.10 app/helpers/binda/boards_helper.rb
binda-0.1.9 app/helpers/binda/boards_helper.rb
binda-0.1.8 app/helpers/binda/boards_helper.rb
binda-0.1.7 app/helpers/binda/boards_helper.rb
binda-0.1.6 app/helpers/binda/boards_helper.rb
binda-0.1.5 app/helpers/binda/boards_helper.rb
binda-0.1.4 app/helpers/binda/boards_helper.rb
binda-0.1.3 app/helpers/binda/boards_helper.rb
binda-0.1.2 app/helpers/binda/boards_helper.rb
binda-0.1.1 app/helpers/binda/boards_helper.rb
binda-0.1.0 app/helpers/binda/boards_helper.rb
binda-0.0.7 app/helpers/binda/boards_helper.rb