Hi,
I installed the FlexTimes plugin for my rails app, with the following
command:
script/plugin install svn://rubyforge.org//var/svn/flextimes
This appeared to work succesfully.
Now, I want to call a method defined in the plugin module called
FlexTimes. However, the following code:
<%= FlexTimes.datetime_select ‘show’, ‘date’, :order=>[:month, :day,
:year], :start_year => Time.now.year, :minute_step => 15 %>
Yields the following error:
uninitialized constant FlexTimes
Any ideas?
Thanks!