Working on a bunch of new changes

This commit is contained in:
Godwin
2014-12-18 21:29:53 -08:00
parent 96d70d6317
commit f28a6b3ed8
19 changed files with 473 additions and 5751 deletions
+3
View File
@@ -572,6 +572,9 @@ module ApplicationHelper
YAML.load(File.read(Rails.root.join("config/#{name.to_s}.yml")))[Rails.env].symbolize_keys
end
def buoy_stylesheet
end
private
def _form_field(type, name, value, options)
if type == 'check_box'