module ImportExport::Routing
Public Instance Methods
import_export()
click to toggle source
# File lib/import_export/routing.rb, line 3 def import_export # @set.add_route("/materials/import", {:controller => "materials", :action => "import"}) end