Commit 57b1d9cec468b834590ecdbf15876b0b8a3f5d86

Authored by Rodrigo Souto
1 parent 267ced6b

site-tour: require person before making and extension

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
plugins/site_tour/lib/ext/person.rb
1   -class Person
  1 +require_dependency 'person'
2 2  
  3 +class Person
3 4 settings_items :site_tour_plugin_actions, :type => Array, :default => []
4   -
5 5 end
... ...