Method: CloudFlock::App::Common::Exclusions#exclude
- Defined in:
- lib/cloudflock/app/common/exclusions.rb
#exclude(location) ⇒ Object
Public: Add a location to the list of paths to exclude from a migration.
location - String containing a path.
Returns nothing.
22 23 24 |
# File 'lib/cloudflock/app/common/exclusions.rb', line 22 def exclude(location) exclusions << location end |