Skip to content

Instantly share code, notes, and snippets.

@eiwi1101
Created March 11, 2016 17:38
Show Gist options
  • Save eiwi1101/473b443c287ce88a7587 to your computer and use it in GitHub Desktop.
Save eiwi1101/473b443c287ce88a7587 to your computer and use it in GitHub Desktop.
Some examples on how to interface with various Rockwell Automation products.
class RetroEncabulator < RockwellAutomation::Base
end
class TurboEncabulator < RetroEncabulator
has_one :reverse_duractance_wheel, inverse_of: :duractance_wheel
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment