Skip to content

Instantly share code, notes, and snippets.

@johnny2k
Created August 7, 2012 23:30
Show Gist options
  • Save johnny2k/3290534 to your computer and use it in GitHub Desktop.
Save johnny2k/3290534 to your computer and use it in GitHub Desktop.
new_action.before do
if SystemSetting[:default_specifications]
SystemSetting[:default_specifications].value.split(',').each do |specname|
object.specifications.build({:name => specname, :value => ''})
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment